home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Graphics / Utilities / POVRAY / POVRAY II / POV-Ray / POV-Ray.rsrc / TEXT_323_sphere.txt < prev    next >
Text File  |  1994-02-10  |  108b  |  7 lines

  1. // create a sphere shape
  2. sphere
  3. {
  4.   <0, 0, 0> // center of sphere <X Y Z>
  5.   2.0       // radius of sphere
  6. }
  7.